Conversation
ResetMode/ResetResult/ReflogEntry型、GitBackendトレイトに reset/reset_file/get_reflogメソッドを追加し、git2-rsで実装。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
reset, reset_file, get_reflogコマンドを登録。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Soft/Mixed/Hard Reset、ファイル単位Reset、Reflog取得の7テストを追加。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
reset.ts/reflog.tsサービス、gitStoreにresetToCommit/resetFileアクション、 uiStoreにreset/reflogページID追加。ストアテスト4件追加。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Soft/Mixed/Hard Resetの3モード選択、コミットリスト、変更プレビュー、 Hard Reset確認ダイアログを含む2カラムUIレイアウト。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
HEAD移動履歴のテーブル表示、Checkout/Reset to hereアクションボタン、 アクション種別ごとの色分け表示。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
AdvancedセクションにReset/Reflogナビゲーション項目を追加し、 App.tsxにルーティング、main.tsxにCSSインポートを追加。 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
概要
Reset(Soft/Mixed/Hard + ファイル単位)とReflog(HEAD移動履歴表示 + 復元操作)をフルスタックで実装。5層アーキテクチャに従い、バックエンド(git2-rs)からフロントエンド(React)まで一貫した構成。
変更内容
バックエンド(Rust)
ResetMode/ResetResult/ReflogEntry型定義GitBackendトレイトにreset/reset_file/get_reflogメソッド追加repo.reset(),repo.reset_default(),repo.reflog())フロントエンド(React/TypeScript)
テスト plan
task checkパス🤖 Generated with Claude Code